Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes #22856; enables -d:nimStrictDelete #22858

Merged
merged 2 commits into from
Oct 24, 2023
Merged

fixes #22856; enables -d:nimStrictDelete #22858

merged 2 commits into from
Oct 24, 2023

Conversation

ringabout
Copy link
Member

fixes #22856

-d:nimStrictDelete is introduced in 1.6.0, which promised to be enabled in the coming versions. To keep backwards incompatibilities, it also extends the feature of -d:nimAuditDelete, which now mimics the old behaviors.

fixes #22856

`-d:nimStrictDelete` is introduced in 1.6.0, which promised to be enabled in the coming versions. To keep backwards incompatibilities, it also extends the feature of `-d:nimAuditDelete`, which now mimics the old behaviors.
@Araq Araq merged commit 3fd4e68 into devel Oct 24, 2023
19 checks passed
@Araq Araq deleted the ringabout-patch-7 branch October 24, 2023 03:13
@github-actions
Copy link
Contributor

Thanks for your hard work on this PR!
The lines below are statistics of the Nim compiler built from 3fd4e68

Hint: mm: orc; opt: speed; options: -d:release
174726 lines; 11.046s; 770.207MiB peakmem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Calling delete on an empty sequence results in invalid sequence
2 participants